@charset "utf-8";
/* CSS Document */
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea { margin: 0; padding: 0; border: 0;}
html { color: #000; }
html,body {width:100%;min-width:320px;}
body,button,input,select,textarea { margin:0; padding:0;  font-family: "微软雅黑","Microsoft Yahei", "Arial", "Verdana", "sans-serif";  font-size:12px; background:#fff}
ul,ol,li,dl,dd,dt{list-style: none;}
em { font-style: normal; }
a { text-decoration: none;outline:none; }
a:hover { text-decoration: underline; color:#e85300;}
legend { color: #000; }
fieldset,img { border: 0; }
label,button { cursor: pointer; }
/*解决IE图片缩放失真*/
img { -ms-interpolation-mode: bicubic; }
/*清除浮动*/
.clearfix:after { content: ''; display: block; height: 0; clear: both; }
.clearfix { zoom: 1; }
.clear { clear: both; }
/*连续英文、数字换行*/
.wordwrap { word-break: break-all; word-wrap: break-word; }
/*单行文字超出显示省略号*/
.omg{overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
img { border: 0; vertical-align: middle;  }
a{ color:#3a3a3a; text-decoration:none;}
a:hover{ color:#ea5504; text-decoration:none}
a:active{color:#ea5504;}

.fl{float:left;}
.fr{float:right;}

/* 设置滚动条的样式 */
::-webkit-scrollbar { width:4px;}/* 滚动槽 */
::-webkit-scrollbar-track { background-color:#f0f0f0; border-radius:0px;}/* 滚动条滑块 */
::-webkit-scrollbar-thumb { background-color:#6d6e70;}
::-webkit-scrollbar-thumb:window-inactive { background-color:#3c3c3c;}

@-webkit-keyframes bounce-up {
25% {-webkit-transform: translateY(5px);}
50%, 100% {-webkit-transform: translateY(0);}
75% {-webkit-transform: translateY(-5px);}
}
@keyframes bounce-up {
25% {transform: translateY(5px);}
50%, 100% {transform: translateY(0);}
75% {transform: translateY(-5px);}
}

*,a,button,input{-webkit-tap-highlight-color:rgba(255,0,0,0);}
.wrap_z{display:none;width:100%;height:100%;background:rgba(0,0,0,.5);position:fixed;z-index:999;}

.top{position:fixed;top:0;left:0;right:0;width:100%;z-index:999999;width:100%;height:100px;line-height:100px;background:#fff;-webkit-box-shadow:0 3px 3px rgba(0,0,0,0.1);-moz-box-shadow:0 3px 3px rgba(0,0,0,0.1);-ms-box-shadow:0 3px 3px rgba(0,0,0,0.1);-o-box-shadow:0 3px 3px rgba(0,0,0,0.1);box-shadow:0 3px 3px rgba(0,0,0,0.1);border-bottom: 4px solid #e26b12;-webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-ms-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out;}
.container{width:1200px;margin:0 auto;}
.top h1{width:340px;}
.top h1 a{display:block;width:100%;}
.top h1 a img{vertical-align:middle;}

.top .language{float:right;text-align:center;height:100px;}
.top a.language_in{display:inline-block;padding:0 15px;height:24px;border:1px solid #555;text-align:center;line-height:24px;font-size:14px;color:#555;border-radius:20px;vertical-align:middle}
.top .language .iblock{display:inline-block;height:100%;width:0;vertical-align:middle}
.top a.language_in:hover{border:1px solid #e26b12;color:#e26b12;}

nav{display:block;margin-right:10px;}
nav ul li{float:left;}
nav ul li a{display:block;padding:0 20px;font-size:15px;color:#888;outline:none;text-align:center;}
nav ul li a:hover{color:#ea5504;}
nav ul li a:active{color:#ea5504;}
nav ul li a:hover{background:#e26b12;color:#fff;}
nav ul li a.on{background:#e26b12;color:#fff;}
nav ul li p span{display:none;}
nav .menu2{display:none;}

#header.downscrolled {position:fixed;top:0;left:0;right:0;width:100%;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";opacity:0;filter:alpha(opacity=0);top:-60px;max-width:1920px;margin:0 auto;z-index:999999;-webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-ms-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out;height:80px;line-height:80px;}
#header.downscrolled h1 img{vertical-align:middle;}
#header.upscrolled {opacity:1;top:0;max-width:1920px;margin:0 auto;background:#fff;z-index:99999;-webkit-box-shadow:0 3px 3px rgba(0,0,0,0.1);-moz-box-shadow:0 3px 3px rgba(0,0,0,0.1);-ms-box-shadow:0 3px 3px rgba(0,0,0,0.1);-o-box-shadow:0 3px 3px rgba(0,0,0,0.1);box-shadow:0 3px 3px rgba(0,0,0,0.1);-webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-ms-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out;}

#header.downscrolled .language{height:80px;}

.btn-menu {display:none;float:right;position:relative;background:transparent;cursor:pointer;padding:40px 0;width:26px;height:16px;-webkit-transition:all ease .238s;-moz-transition:all ease .238s;transition:all ease .238s;}
.btn-menu:before,.btn-menu:after,.btn-menu span {background-color:#15416e;-webkit-transition:all ease .238s;-moz-transition:all ease .238s;transition:all ease .238s;}
.btn-menu:before,.btn-menu:after {content:'';position:absolute;top:0;height:2px;width:100%;left:0;top:50%;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%;}
.btn-menu span {position:absolute;width:100%;height:2px;left:0;top:50%;overflow:hidden;text-indent:200%;}
.btn-menu:before {-webkit-transform:translate3d(0,-7px,0);transform:translate3d(0,-7px,0);}
.btn-menu:after {-webkit-transform:translate3d(0,7px,0);transform:translate3d(0,7px,0);}
.btn-menu.active span {opacity:0;}
.btn-menu.active:before {background-color:#e26b12;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);}
.btn-menu.active:after {background-color:#e26b12;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);}

.js-silder {position:relative;min-width:320px;margin-top:100px;overflow:hidden;}
.silder-scroll {width:100%;overflow:hidden;}
.silder-main {position:relative;width:100%;overflow:hidden;min-height:inherit;overflow:hidden;height:auto;}
.silder-main-img {position:absolute;top:0;left:0;width:100%;overflow:hidden;}
.silder-main-img picture{display:block;overflow:hidden;}
.silder-main-img img {width:100%;}
.js-silder-ctrl {width:100%;text-align:center;position:absolute;bottom:60px;}
.silder-ctrl-prev,.silder-ctrl-next {position:absolute;top:-30px;width:8%;height:100%;vertical-align:middle;cursor:pointer;color:#fff;font-family:"宋体";font-size:30px;font-weight:600;}
.silder-ctrl-prev {left:0;text-align:left;}
.silder-ctrl-next {right:0;text-align:right;}
.silder-ctrl-prev>span,.silder-ctrl-next>span {background: rgba(0, 0, 0, .3);position:absolute;top:50%;margin-top:-40px;border-radius:2px;height: 70px;width: 35px;display:block;line-height:70px;text-align:center;-webkit-transition: all .3s;-moz-transition: all .3s;-o-transition: all .3s;transition: all .3s;}
.silder-ctrl-prev>span:hover,.silder-ctrl-next>span:hover{background-color:#e26b12;}
.silder-ctrl-prev>span {left:20px;}
.silder-ctrl-next>span {right:20px;}
.silder-ctrl-con {display:inline-block;width:4%;padding:10px 0;margin:0 10px;cursor:pointer;}
.silder-ctrl-con>span {display:block;line-height:0;text-indent:-9999px;overflow:hidden;padding:2px 0;cursor:pointer;background-color:#e4e4e4;}
.silder-ctrl-con.active>span {background-color:#e26b12;}

.h_medals{width:1200px;margin:-80px auto 0;padding-bottom:18px;}
.h_medals ul.h_medals_bd li{float:left;width:32%;margin-right:24px;}
.h_medals ul.h_medals_bd li:nth-child(3n) {margin-right: 0px;}
.h_medals ul.h_medals_bd li a{display:block;background:#fff;position:relative;-moz-box-shadow: 0px 0 25px rgba(0,0,0,.2);-webkit-box-shadow: 0px 0 25px rgba(0,0,0,.2);box-shadow:0px 0 25px rgba(0,0,0,.2);border:5px solid #f1f1f1;}
.h_medals ul.h_medals_bd li a .pro_img{width:100%;height:197px;text-align:center;overflow:hidden;background:#fff;}
.h_medals ul.h_medals_bd li a .pro_img img{vertical-align:middle;max-width:100%;/*max-height:100%;*/}
.h_medals ul.h_medals_bd li a .pro_img .iblock {display:inline-block;height:100%;width:0;vertical-align:middle}

.h_medals ul.h_medals_bd li a span{display:block;width:100%;height:100%;position:absolute;top:0;left:0;background:rgba(21, 18, 18, 0.25);color:#fff;text-align:center;line-height:197px;font-size:24px;font-weight:bold;}
.h_medals ul.h_medals_bd li a span em{display:block;border:1px solid rgba(255,255,255,0);margin:2%;width:96%;height:91%;}
.h_medals ul.h_medals_bd li a:hover span em{border:1px solid rgba(255,255,255,.8);}
.h_medals ul.h_medals_bd li a:hover span{background:rgba(255, 129, 0, 0.9);}

.h_product_wrap{background:#ffffff;width:100%;background-attachment: fixed;}
.h_product{width:1200px;margin:0 auto;padding-top:20px;padding-bottom:20px;}
.h_product .h_product_hd{margin-bottom:20px;}
.h_product .h_product_hd .tlt{float:left;position:relative;width:36%;overflow:hidden;}
.h_product .h_product_hd .tlt p{font-size:24px;color:#333;font-weight:bold;float:left;height:46px;line-height:46px;}
.h_product .h_product_hd .tlt span{display:block;font-size:14px;color:#999;float:left;height:46px;line-height:58px;padding-left:10px;text-transform : uppercase;}
.h_product .h_product_hd .tlt em{display:block;width:58px;height:2px;background:#f06403;position:absolute;bottom:0;left:0;}
.h_product .h_product_hd .pro_right{float:right;width:62%;position:relative;}
.h_product .h_product_hd .pro_right .pro_tab_type{max-width:100%;padding-top:10px;text-align:right;position:absolute;right:0;top:0;}
.h_product .h_product_hd .pro_right .pro_tab_type span{display:inline-block;float:left;height:26px;line-height:26px;background:#dedede;text-align:center;padding:0 10px;font-size:12px;color:#333;margin-right:10px;border-radius:2px;cursor:pointer; overflow: hidden;}
.h_product .h_product_hd .pro_right .pro_tab_type span.on{background:#e26b12;color:#fff;}
.h_product .h_product_hd .pro_right .pro_tab_type span.on a{color:#fff;}
.h_product .h_product_hd .pro_right .pro_tab_type span:hover{background:#e26b12;}
.h_product .h_product_hd .pro_right .pro_tab_type div.search_btn{display:inline-block;width:50px;height:26px;background:#555;border-radius:2px;cursor:pointer;background-size:contain;text-align:center;color:#fff;line-height:26px;vertical-align: top;}
.h_product .h_product_hd .pro_right .pro_tab_type div.search_btn:hover{background:#333;}
.h_product .h_product_hd .search{display:none;overflow:hidden;margin-top:50px;}
.h_product .h_product_hd .search .sr{width:250px;padding:0 10px;background:#ececec;color:#999;font-size:14px;height:38px;line-height:38px;float:right;outline:none;border-radius:4px 0 0 4px;border:1px solid #ececec;}
.h_product .h_product_hd .search .tj{width:70px;height:40px;background:#e26b12 url(../images/search_btn.png) center center no-repeat;font-size:0;cursor:pointer;float:right;border-radius:0 4px 4px 0;}
.h_product .h_product_hd .search .tj:hover{background:#f07905 url(../images/search_btn.png) center center no-repeat;}
.h_product ul.h_product_bd{display:none;}
.h_product ul.h_product_bd_on{display:block;}
.h_product ul.h_product_bd li{float:left;width:23%;margin-right:32px;margin-bottom:30px;}
.h_product ul.h_product_bd li:nth-child(4n) {margin-right: 0px;}
.h_product ul.h_product_bd li a{display:block;background:#fff;padding:10px 10px 80px;position:relative;-moz-box-shadow: 0px 0px 1px rgba(0,0,0,.3);-webkit-box-shadow: 0px 0px 1px rgba(0,0,0,.3);box-shadow:0px 0px 1px rgba(0,0,0,.3);}
.h_product ul.h_product_bd li a .pro_img{width:100%;height:220px;text-align:center;overflow:hidden;background:#fff;}
.h_product ul.h_product_bd li a .pro_img img{vertical-align:middle;max-width:100%;max-height:100%;-webkit-transition-duration: 1s;
transition-duration: 1s;}
.h_product ul.h_product_bd li a .pro_img .iblock {display:inline-block;height:100%;width:0;vertical-align:middle}
.h_product ul.h_product_bd li a p{padding:5px 1%;position:absolute;bottom:0;left:0;width:98%;background:#fff;color:#333;font-size:18px;text-align:center;transition-duration: .3s;-ms-transition-duration: .3s;-moz-transition-duration: .3s;-webkit-transition-duration: .3s;}
.h_product ul.h_product_bd li a p span{display:block;height:30px;line-height:30px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;font-weight:bold;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.h_product ul.h_product_bd li a p em{display:block;font-size:16px;height:26px;line-height:26px;padding-bottom:15px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}

.h_product ul.h_product_bd li a:hover p em{display:block;}
.h_product ul.h_product_bd li a:hover p span{height:40px;line-height:40px;}
.h_product ul.h_product_bd li a:hover .pro_img img{-webkit-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);transform:translate(0,-20px);-webkit-transform:translate(0,-20px);-ms-transform:translate(0,-20px);}
.h_product ul.h_product_bd li a:hover p{height: 80px;background: #e26b12;color:#fff;}

.idx_pro_more{display:block;width:140px;height:40px;background:#e26b12 url(../images/more2.png) center center no-repeat;margin:10px auto;}
.idx_pro_more:hover{background:#f08705 url(../images/more2.png) center center no-repeat;}

.h_news_wrap{background:#eaeaea;width:100%;background-attachment: fixed;}
.h_news{width:1200px;margin:0 auto;padding:40px 0 20px;}
.h_news .h_tlt1{width:100%;}
.h_news .h_tlt1 p{font-size:20px;font-weight:bold;color:#555;text-align:center;}
.h_news .h_tlt1 span{display:block;font-size:22px;font-weight:lighter;color:#999;text-align:center;height:40px;line-height:40px;}
.h_news .h_tlt1 em{display:block;width:58px;height:2px;background:#e26b12;margin:0 auto;}
.h_news  .news_bd{padding-top:40px;overflow:hidden;}
.h_news  .news_bd .news_tj{width:48%;float:left;}
.h_news  .news_bd .news_tj .news_tj_img a{display:block;width:100%;height:210px;overflow:hidden;text-align:center;background:#ffffff;border-bottom:1px solid #f5f5f5;}
.h_news  .news_bd .news_tj .news_tj_img a img{width:100%;vertical-align:middle;transition-duration: 3s;-ms-transition-duration: 3s;-moz-transition-duration: 3s;-webkit-transition-duration: 3s;}
.h_news  .news_bd .news_tj .news_tj_img a:hover img{transform: scale(1.1,1.1);opacity: 0.5;}
.h_news  .news_bd .news_tj .news_tj_img a .iblock {display:inline-block;height:100%;width:0;vertical-align:middle}
.h_news  .news_bd .news_tj .news_tj_con{background:#ffffff;padding: 10px 20px 30px;}
.h_news  .news_bd .news_tj p a{display:block;width:100%;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;font-size:18px;color:#333;font-weight:bold;height:50px;line-height:50px;}
.h_news  .news_bd .news_tj p a:hover{color:#e26b12;}
.h_news  .news_bd .news_tj span{display:block;font-size:14px;color:#999;line-height:22px;background:#ffffff;height:66px;overflow:hidden;}
.h_news  .news_bd .news_tj em{display:block;font-size:14px;color:#c6c6c6;padding-top:10px;background:#ffffff;}
.h_news  .news_bd ul{width:50%;float:right;}
.h_news  .news_bd ul li{background:#ffffff;padding:24px;margin-bottom:20px;position:relative;}
.h_news  .news_bd ul li .news_time{position:absolute;left:24px;top:24px;width:90px;text-align:center;background:#cacaca;padding:10px 0;overflow:hidden;}
.h_news  .news_bd ul li .news_time p{font-size:24px;font-weight:bold;color:#fff;}
.h_news  .news_bd ul li .news_time span{font-size:14px;color:#fff;}
.h_news  .news_bd ul li .news_con{padding-left:110px;}
.h_news  .news_bd ul li .news_con p{font-size:15px;font-weight:bold;color:#555;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.h_news  .news_bd ul li .news_con span{display:block;font-size:14px;color:#999;line-height:22px;padding-top:5px;height:45px;overflow:hidden;}
.h_news  .news_bd ul li a:hover .news_time{background:#e26b12;}
.h_news  .news_bd ul li a:hover .news_con p{color:#e26b12}

.h_article_wrap{background:#ffffff;width:100%;background-attachment: fixed;}
.h_article{width:1200px;margin:0 auto;padding:40px 0;}
.h_article .h_tlt1{width:100%;}
.h_article .h_tlt1 p{font-size:20px;font-weight:bold;color:#555;text-align:center;}
.h_article .h_tlt1 span{display:block;font-size:22px;font-weight:lighter;color:#999;text-align:center;height:40px;line-height:40px;text-transform : uppercase}
.h_article .h_tlt1 em{display:block;width:58px;height:2px;background:#e26b12;margin:0 auto;}
.h_article ul{width:100%;overflow:hidden;padding:40px 0 20px;}
.h_article ul li{float:left;width:23%;margin-right:32px;margin-bottom:30px;}
.h_article ul li:nth-child(4n) {margin-right: 0px;}
.h_article ul li a{display:block;text-align:center;padding:20px;background:#f3f3f3;position:relative;-webkit-transition: all .3s;-moz-transition: all .1s;-o-transition: all .1s;transition: all .1s;}
.h_article ul li a div{font-size:15px;color:#555;font-weight:bold;padding-top:10px;-webkit-transition: all .1s;-moz-transition: all .1s;-o-transition: all .1s;transition: all .1s;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.h_article ul li a p{font-size:14px;color:#999;line-height:22px;height:66px;overflow:hidden;margin:10px 0;-webkit-transition: all .1s;-moz-transition: all .1s;-o-transition: all .1s;transition: all .1s;}
.h_article ul li a span{display:block;font-size:14px;color:#b6b6b6;padding-bottom:25px;-webkit-transition: all .1s;-moz-transition: all .2s;-o-transition: all .1s;transition: all .1s;}
.h_article ul li a em{text-align:center;display:block;width:50px;height:50px;background:url(../images/article_icon.png) center center no-repeat;position:absolute;left:50%;margin-left:-25px;bottom:-25px;-webkit-transition: all .1s;-moz-transition: all .1s;-o-transition: all .1s;transition: all .1s;}
.h_article ul li a:hover{background:#e26b12;}
.h_article ul li a:hover div{padding-top:15px;}
.h_article ul li a:hover span{padding-bottom:20px;}
.h_article ul li a:hover div,.h_article ul li a:hover p,.h_article ul li a:hover span{color:#fff;}
.h_article ul li a:hover em{background:url(../images/article_icon2.png) center center no-repeat;}

.h_more{display:block;width:140px;height:40px;background:#e26b12 url(../images/more2.png) center center no-repeat;margin:10px auto;}
.h_more:hover{background:#f08705 url(../images/more2.png) center center no-repeat;}

.h_about_wrap{background:#eaeaea;width:100%;padding-bottom:40px;}
.h_about{width:1200px;margin:0 auto;padding:40px 0;overflow:hidden;}
.h_about .h_about_img{float:left;width:29%;height:250px;display: flex;justify-content: center;align-items: center;-webkit-box-pack:center;-webkit-box-align:center;}
.h_about .h_about_img img{max-width:100%;max-height:100%;}
.h_about .h_about_bd{float:right;width:69%;}
.h_about .h_about_bd .tlt{font-size:24px;color:#333;}
.h_about .h_about_bd .tlt2{font-size:14px;color:#999;}
.h_about .h_about_bd .conn{font-size:13px;color:#777;line-height:26px;height:130px;overflow:hidden;margin:20px 0;}
.h_about .h_about_bd .h_more{float:left;display:block;width:140px;height:40px;background:#eaeaea url(../images/more1.png) center center no-repeat;margin:0 auto;border:1px solid #dedede;}
.h_about .h_about_bd .h_more:hover{background:#e26b12 url(../images/more2.png) center center no-repeat;border:1px solid #e26b12;}
.h_about_img video,.h_about_img iframe{ width: 100%; height: 250px;}

.h_link_wrap{width:1200px;margin:0 auto;}
.h_link{background:#fff url(../images/link.png) 20px 25px no-repeat;font-size:12px;color:#555;padding:20px 50px;line-height:22px;}
.h_link a{font-size:12px;color:#555;;margin-left: 10px;}
.h_link a:hover{color:#e26b12;}

.foot1_wrap{background:#e26b12;width:100%;}
.foot1{width:1200px;margin:0 auto;padding:20px 0;color:#ffffff;font-size:12px;}
.foot1 .f_l{float:left;padding-top:10px;}

.foot1 .f_r{float:right;padding-top:10px;}
.foot1 .f_r .f_r1{float:right;width:80px;height:80px;padding-left:15px;}
.foot1 .f_r .f_r1 img{width:80px;height:80px;}
.foot1 .f_r .f_r2{float:left;}
.foot1 .f_r .f_r2 span{font-size:14px;color:#ffffff;display:block;padding-bottom: 5px;text-align:right;}

.foot_wrap{background:#0c0c0c;width:100%;}
.foot{width:1200px;margin:0 auto;padding:20px 0;overflow:hidden;color:#989897;font-size:12px;}
.foot a{color:#989897;font-size:12px;}
.foot a:hover{color:#fff;}
.foot .banquan{line-height:20px;}

.ny_banner{width:100%;margin-top:100px;margin-bottom:20px;position:relative;}
.ny_banner img{width:100%;height:auto;}

.ny_banner .search{width:1200px;overflow:hidden;margin:0 auto;position: absolute;bottom: 10%;left: 50%;margin-left: -600px;}
.ny_banner .search .sr{width:300px;padding:0 10px;background:#f3f3f3;color:#999;font-size:14px;height:40px;line-height:22px;float:right;outline:none;border-radius:4px 0 0 4px;}
.ny_banner .search .tj{width:70px;height:40px;background:#e26b12 url(../images/search_btn.png) center center no-repeat;font-size:0;cursor:pointer;float:right;border-radius:0 4px 4px 0;}
.ny_banner .search .tj:hover{background:#f07905 url(../images/search_btn.png) center center no-repeat;}

.ny_content{width:1200px;margin:0 auto;overflow:hidden;}
.ny_content .content_left{float:left;width:22%;}
.ny_content .content_left .c_tlt{height:60px;line-height:60px;text-align:center;font-size:20px;font-weight:bold;background:#e26b12;color:#ffffff;margin-bottom:0px;}
.pro_mulu{padding:10px 10px 0px;border:3px solid #e26b12;}
.pro_mulu li a{display:block;height:40px;line-height:40px;text-align:left;padding:0 20px;background:#f1f1f1;color:#555;font-size:14px;margin-bottom:10px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.pro_mulu li div a{background:#ffffff;height:30px;line-height:30px;font-size:12px;}
.pro_mulu a.pro_more{background:#ddd;display:block;text-align:center;height:40px;line-height:40px;}
.news_l{padding-top:10px;padding-bottom:20px;}
.news_l li a{display:block;font-size:12px;color:#555;padding-left:15px;background:url(../images/news_tb1.jpg) left center no-repeat;height:40px;line-height:40px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;border-bottom:1px dashed #dedede;}
.news_l li a:hover{color:#e26b12;}

.ny_content .content_right{float:right;width:76%;}
.ny_content .content_right2{float:none;width:100%;padding-bottom:30px;}
.ny_content .content_right .bread_nav{overflow:hidden;height:40px;line-height:40px;margin-bottom:10px;border-bottom:1px solid #dedede;padding-bottom:5px;}
.ny_content .content_right .bread_nav h2{width:20%;font-size:20px;color:#333;float:left;font-weight:bold;}
.ny_content .content_right .bread_nav div{float:right;width:78%;text-align:right;color:#777;overflow:hidden;}
.ny_content .content_right .bread_nav div a{color:#555;}
.ny_content .content_right .bread_nav div a:hover{color:#e26b12}
.ny_content .content_right .conn{color:#555;font-size:14px;line-height:2rem;padding-top:10px;}
.ny_content .content_right .conn img{max-width:100% !important;}

.new_inside {overflow:hidden;margin-bottom:30px;}
.new_inside li {width:100%;}
.news_box {position:relative;border-bottom:1px solid rgba(0,0,0,.06);background:transparent;height:180px;}
.news_txt {float:left;padding:36px 0 28px 14%;transition:all .3s ease-out 0s;}
.news_box:hover .news_txt {padding:36px 0 28px 16%;}
.news_txt span {font-size:16px;color:#717171;display:block;height:24px;overflow:hidden;margin-bottom:20px;transition:all .3s ease-out 0s;}
.news_box:hover .news_txt span {color:#333}
.news_box:hover .news_txt i {color:#999}
.news_txt i {color:#7D7D7D;font-style:normal;line-height:24px;height: 73px;display: block;overflow: hidden;}
.news_date {width:80px;float:right;font-family:"微软雅黑";color:#999;padding:36px 66px 0 0;transition:all .3s ease-out 0s;position:absolute;left:0;float:left;padding-top:30px;}
.news_box:hover .news_date {padding:36px 86px 0 0}
.arrow_left {position:absolute;top:90px;left:5px;width:35px;height:35px;text-align:center;border:1px solid #fff;transition:all .6s cubic-bezier(.215,.61,.355,1) 0s;background:url(../images/icon.png) no-repeat 9px 14px;}
.news_box:hover .arrow_left {border:1px solid #e26b12;background:url(../images/icon_hover.png) no-repeat 9px 14px #e26b12;}
.arrow_left i {width:14px;height:9px;display:block;margin:13px 0 0 11px;}
.news_date span {float:left;line-height:36px;height:36px;font-size:24px;font-family:"微软雅黑";}
.news_date i {float:left;color:#ABABAB;font-size:0;}
.news_txt span::before {width:35px;height:1px;content:'';background:#BFBFBF;position:absolute;top:48px;left:90px;transition:all 0.3s ease-out 0s;}
.news_box:hover .news_txt span::before {width:50px;transition:all 0.3s ease-out 0s;background:#7D7D7D;}
.news_box:hover .news_date span {color:#333;}
.news_box:hover .news_date {padding:30px 42px 0 0;}

.ny_content .content_right .conn .ny_news_tlt{text-align:center;font-size:20px;color:#555;padding:10px 0;}
.ny_news_time{text-align:center;font-size:12px;color:#999;padding-bottom:10px;border-bottom:1px dashed #dedede;margin-bottom:10px;}
.ny_news_ye{padding-top:30px;}
.ny_news_ye p{height:35px;line-height:35px;background:#f1f1f1;margin-bottom:10px;padding:0 20px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.ny_news_con p{line-height:2rem;}

.ny_content .content_right .conn ul.h_product_bd{padding-top:20px;}
.ny_content .content_right .conn ul.h_product_bd li{float:left;width:30%;margin-right:45px;margin-bottom:30px;}
.ny_content .content_right .conn ul.h_product_bd2 li{margin-right:60px;}
.ny_content .content_right .conn ul.h_product_bd li:nth-child(3n) {margin-right: 0px;}
.ny_content .content_right .conn ul.h_product_bd li a{display:block;background:#ffffff;padding:10px 10px 80px;position:relative;-moz-box-shadow: 0px 0px 1px rgba(0,0,0,.3);-webkit-box-shadow: 0px 0px 1px rgba(0,0,0,.3);box-shadow: 0px 0px 1px rgba(0,0,0,.3);}
.ny_content .content_right .conn ul.h_product_bd li a .pro_img{width:100%;height:220px;text-align:center;overflow:hidden;background:#fff;}
.ny_content .content_right .conn ul.h_product_bd li a .pro_img img{vertical-align:middle;max-width:100%;max-height:100%;-webkit-transition-duration: 1s;
transition-duration: 1s;}
.ny_content .content_right .conn ul.h_product_bd li a .pro_img .iblock {display:inline-block;height:100%;width:0;vertical-align:middle}
.ny_content .content_right .conn ul.h_product_bd li a p{padding:5px 1%;position:absolute;bottom:0;left:0;width:98%;background:#ffffff;color:#333;font-size:18px;text-align:center;transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s;-webkit-transition-duration: .5s;}
.ny_content .content_right .conn ul.h_product_bd li a p span{padding-top:4px;display:block;height:30px;line-height:30px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;font-weight: bold;}
.ny_content .content_right .conn ul.h_product_bd li a p em{display:block;font-size:16px;height:26px;line-height:26px;padding-bottom:15px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}

.ny_content .content_right .conn ul.h_product_bd li a:hover p em{display:block;}
.ny_content .content_right .conn ul.h_product_bd li a:hover p span{height:40px;line-height:40px;}
.ny_content .content_right .conn ul.h_product_bd li a:hover .pro_img img{-webkit-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);transform:translate(0,-20px);-webkit-transform:translate(0,-20px);-ms-transform:translate(0,-20px);}
.ny_content .content_right .conn ul.h_product_bd li a:hover p{height: 80px;background: #e26b12;color:#ffffff;}

.page_list{margin-bottom:30px;}
.ly_msg h3{display:none;}

.content_right .conn .pro_name{font-size:24px;font-weight:normal;line-height:28px;color:#e26b12;margin-bottom:10px;}

.content_right .conn .proshow1{padding-top:40px;position:relative;}
.content_right .conn .proshow1 .js-silder{float:left;width:45%;margin-top:0 !important;border:1px solid #ddd;}
.proshow1 .js-silder .silder-scroll {width:100%;overflow:hidden;}
.proshow1 .js-silder .silder-main {position:relative;width:100%;overflow:hidden;min-height:inherit;}
.proshow1 .js-silder .silder-main-img {position:absolute;top:0;left:0;width:100%;text-align:center}
.proshow1 .js-silder .silder-main-img img {max-width:80% !important;vertical-align:middle}
.proshow1 .js-silder .silder-main-img .iblock {display:inline-block;height:100%;width:0;vertical-align:middle}
.proshow1 .js-silder .js-silder-ctrl {width:100%;text-align:center;position:absolute;bottom:15px;}
.proshow1 .js-silder .silder-ctrl-prev,.proshow1 .js-silder .silder-ctrl-next {position:absolute;top:-150px;width:8%;height:100%;vertical-align:middle;cursor:pointer;color:#fff;font-family:"宋体";font-size:40px;font-weight:600;}
.proshow1 .js-silder .silder-ctrl-prev {left:10px;text-align:left;}
.proshow1 .js-silder .silder-ctrl-next {right:10px;text-align:right;}
.proshow1 .js-silder .silder-ctrl-prev>span,.proshow1 .js-silder .silder-ctrl-next>span {position:absolute;top:50%;margin-top:-60px;}
.proshow1 .js-silder .silder-ctrl-prev>span {left:10px;}
.proshow1 .js-silder .silder-ctrl-next>span {right:10px;}
.proshow1 .js-silder .silder-ctrl-con {display:inline-block;width:4%;padding:10px 0;margin:0 5px;cursor:pointer;}
.proshow1 .js-silder .silder-ctrl-con>span {display:block;line-height:0;text-indent:-9999px;overflow:hidden;padding:2px 0;cursor:pointer;background-color:#e4e4e4;}
.proshow1 .js-silder .silder-ctrl-con.active>span {background-color:#e26b12;}
.proshow1 .prodesc p{font-size:14px;line-height:24px;margin-bottom:10px;}
.proshow1 .prodesc p.bt{font-size:20px;font-weight:bold;color:#e26b12;}
.content_right .conn .proshow1 .prodesc{float:right;width:51%;}
.content_right .conn .proshow1 .prodesc p.desc{height:128px;overflow:hidden;}
.content_right .conn .proshow1 .pro_btn{padding-top:30px;overflow:hidden;}
.content_right .conn .proshow1 .pro_btn1{display:block;width:40%;margin-right:20px;height:55px;line-height:55px;text-align:center;font-size:16px;color:#fff;background:#e26b12;border-radius:2px;float:left;border:1px solid #fff;}
.content_right .conn .proshow1 .pro_btn2{display:block;width:40%;margin-right:0;height:55px;line-height:55px;text-align:center;font-size:16px;background:#7b7b7b;color:#fff;border-radius:2px;float:left;border:1px solid #fff;}
.content_right .conn .proshow1 .pro_btn1:hover{background:#fff;border:1px solid #e26b12;color:#e26b12;}
.content_right .conn .proshow1 .pro_btn2:hover{background:#fff;border:1px solid #7b7b7b;color:#7b7b7b;}

.content_right .conn .xgcp{overflow:hidden;}
.content_right .conn .xgcp li{float:left;width:23%;margin-right:32px;margin-bottom:30px;}
.content_right .conn .xgcp li:nth-child(4n) {margin-right: 0px;}
.content_right .conn .xgcp li a{display:block;border:1px solid #dedede;}
.content_right .conn .xgcp li a .pro_img{text-align:center;height:200px;overflow:hidden;}
.content_right .conn .xgcp li a .pro_img img{vertical-align:middle;max-width:90%;}
.content_right .conn .xgcp li a .pro_img img .iblock {display:inline-block;height:100%;width:0;vertical-align:middle;}
.content_right .conn .xgcp li a p{font-size:18px;text-align:center;line-height:40px;overflow:hidden;padding-bottom:10px;}
.content_right .conn .xgcp li a p span{display: block;height:42px;line-height:42px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;max-width:100%;padding:0 10px;}
.content_right .conn .xgcp li a em{display:block;text-align:center;height:30px;line-height:30px;font-size:14px;color:#999;overflow:hidden;}
.content_right .conn .xgcp li a:hover{border:1px solid #e26b12;}
.content_right .conn .xgcp li a:hover em{color:#e26b12;}

.tags_title{border-bottom:1px solid #DDD;margin:40px 0 30px;}
.tags_title span{width:80px;padding:0 15px;font-size:16px;text-align:center;height:45px;line-height:45px;margin-bottom: -1px;background:#fff;color:#e26b12;display:block;margin-left: 5px;border: 1px solid #DDD;border-bottom:1px solid #ffffff;font-weight:bold;}

.proshow2{padding-top:20px;}
.proshow2 .prodetail_con{float:right;width: 77%;}
.proshow2 .prodetail_con .tags_title{margin:0;}
.proshow2 .prodetail_con .content{padding:30px 0;}
.proshow2 .prodetail_con .content img{max-width:80%;height:auto !important;}

.contact .tags_title{}
.contact .tags_title span{float:left;width:auto;cursor:pointer;}
.contact .tags_title span.ron{background:#f1f1f1;border: 1px solid #f1f1f1;border-bottom: 1px solid #DDD;color:#666;font-weight:normal;}
.contact .content2{display:none;}
.contact .content1 ul{}
.contact .content1 ul li{float: left;width:30%;margin-right: 45px;}
.contact .content1 ul li:nth-child(3n){margin-right:0;}
.contact .content1 ul li a{display:block;}
.contact .content1 ul li a em{display:block;float:left;width:60px;height:60px;border:1px solid #ddd;border-radius:50%;margin-right:15px;}
.contact .content1 ul li.lx1 em{background:url(../images/contact_tel.png) center center no-repeat;}
.contact .content1 ul li.lx2 em{background:url(../images/contact_email.png) center center no-repeat;}
.contact .content1 ul li.lx3 em{background:url(../images/contact_address.png) center center no-repeat;-webkit-animation: bounce-up 1.4s linear infinite;animation: bounce-up 1.4s linear infinite;}
.contact .content1 ul li a .wz{float:left;width:78%;}
.contact .content1 ul li a .wz p{font-size:20px;padding-bottom:10px;}
.contact .content1 ul li a .wz span{font-size:20px;}

.lx_dz { width:100%; overflow:hidden; margin:50px auto 20px; padding:0;}
.lx_dz .dz_map { width:97%; height:370px; overflow:hidden; margin:0 auto; padding:1%; border:1px solid #d9d9d9;}
.lx_dz .dz_map iframe{width:100%;}
.lx_dz .dz_map iframe body{width:100%;}
.page_list{text-align:center;}
.page_list a{display:inline-block;padding:0 10px;background:#ddd;height:30px;line-height:30px;text-align:center;margin-right: 5px;}
.page_list a.pnnum1{background:#e26b12;color:#ffffff;}
.page_list input{display:inline-block;padding:0 5px;background:#e26b12;width:40px !important;height:30px !important;line-height:30px;text-align:center;margin:0 5px;color:#fff;cursor:pointer;}
.page_list .p_input{display:inline-block;padding:0 5px;background:#ddd;height:30px;line-height:30px;text-align:center;margin:0 5px;color:#555;cursor:default;}

.cpzx .ly_msg { width: 100%; overflow: hidden; margin: 0 auto 20px; padding: 0;}
.cpzx .ly_msg h3 { width: 100%; height: 40px; overflow: hidden; line-height: 40px; margin: 0 auto; padding: 0; border-bottom: 1px solid #dfdfdf; color: #333; font-size: 14px; font-weight: bold; text-align: center;}
.cpzx .ly_msg ul { width: 100%; overflow:hidden; margin: 20px auto; padding: 0;/* box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;*/}
.cpzx .ly_msg ul li { width: 100%; overflow: hidden; margin: 0 auto 12px; padding: 0;}
.cpzx .ly_msg ul li h4 { width:17%; height: 34px; overflow: hidden; line-height: 34px; margin: 0; padding: 0 20px 0 0; color: #333; font-size: 14px; text-align: right; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.cpzx .ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara { width: 83%; overflow: hidden; margin: 0; padding-right: 20px; background:url(../images/tb_img.png) top right no-repeat; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.cpzx .ly_msg ul li .msg_ipt1 { height: 34px;}
.cpzx .ly_msg ul li .msg_tara { height: 118px;}
.cpzx .msg_ipt1 input, .msg_tara textarea { display: block; width: 100%; overflow: hidden; margin: 0; padding: 8px 15px; color: #666; font-size: 12px; border: 1px solid #dfdfdf; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.cpzx .msg_ipt1 input { height: 34px; line-height: 16px;}
.cpzx .msg_tara textarea { height: 118px; line-height: 20px; resize: none;}
.cpzx .ly_msg ul li .msg_ipt2 { width: 120px; height: 34px; overflow: hidden; margin-right: 10px; padding:0; float: left;}
.cpzx .msg_ipt2 input { display: block; width: 120px; height: 34px; overflow: hidden; line-height: 16px; margin: 0; padding: 8px 15px; color: #666; font-size: 12px; border: 1px solid #dfdfdf; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.cpzx .ly_msg ul li a.yzm_img { display: block; width: 90px; height: 34px; overflow: hidden; margin: 0; padding-right: 20px; background:url(../images/tb_img.png) top right no-repeat; float: left;}
.cpzx .ly_msg ul li .msg_btn { width:83%; overflow: hidden; margin: 0; padding: 0; float: left;}
.cpzx .msg_btn input { display: block; width: 100px; height: 34px; overflow: hidden; line-height: 32px; margin: 20px 15px 0 0; padding: 0; background-color: #f0f0f0; color: #333; font-size: 13px; text-align: center; border: 1px solid #ccc; float: left;}
.cpzx .ly_msg ul li .msg_ipt12 {width: 83%; height: 34px; overflow: hidden; margin: 0; padding-right: 20px; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.cpzx .msg_ipt12 input { height: 34px; line-height: 16px; display: block; width: 100%; overflow: hidden; margin: 0; padding: 8px 15px; color: #666; font-size: 12px; border: 1px solid #dfdfdf; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}

.cpzx .ly_msg ul li h4 {width: 10%;height: 45px;font-size:12px;}
.cpzx .ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara {width: 90%;}
.cpzx .ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara {width: 90% !important;}
.cpzx .ly_msg ul li .msg_ipt1 {height: 47px;}
.cpzx .msg_ipt1 input { height: 45px; line-height: 45px;}
.cpzx .ly_msg ul li .msg_ipt12 {width: 90% !important;height: 45px !important;}
.cpzx .msg_ipt12 input {height:45px;}
.cpzx .ly_msg ul li .msg_ipt1 select{height: 45px !important;}
.cpzx input{border-radius:2px;border:1px solid #fff !important;background:#f1f1f1;}
.cpzx textarea{border-radius:2px;border:1px solid #fff !important;background:#f1f1f1;}
.cpzx select{border-radius:2px;border:none !important;background:#f1f1f1;outline:none;text-indent:10px;}
.cpzx input:focus,.cpzx textarea:focus{border: 1px solid #dedede !important;}
.cpzx  .ly_msg ul li a.yzm_img img{height:100% !important;}
.cpzx .msg_btn input{width:150px;height:45px;line-height:45px;cursor:pointer;}
.cpzx .msg_btn input:first-child{background:#f07905;color:#fff;}
.cpzx  .msg_ipt2 input {height: 45px;}
.cpzx  .ly_msg ul li .msg_ipt2{height: 45px;}

/*悬浮链接*/
.suspension{position:fixed;z-index:999999999;right:0;bottom:60px;width:70px;height:240px;}
.suspension-box{position:relative;float:right;}
.suspension .a{display:block;width:55px;height:40px;padding:10px 0 5px;background-color:#e26b12;margin-bottom:4px;cursor:pointer;outline:none;text-decoration:none;text-align:center;border-radius:2px;}
.suspension .a.active,
.suspension .a:hover{background:#f08705;}
.suspension .a .i{display:inline-block;width:44px;height:44px;background-image:url(../images/side_icon.png);background-repeat:no-repeat;}
.suspension .a-service .i{display:inline-block;width:20px;height:20px;background-image:url(../images/suspension-bg.png);background-repeat:no-repeat;background-position:0 0;}
.suspension .a span{display:block;width:100%;text-align:center;color:#fff;font-size:12px;padding-top:4px;}
.suspension .a-service-phone .i{display:inline-block;width:20px;height:20px;background-image:url(../images/suspension-bg.png);background-repeat:no-repeat;background-position:-27px 0;}
.suspension .a-qrcode .i{display:inline-block;width:20px;height:20px;background-position: -56px -12px;}
.suspension .a-cart .i{background-position:-88px 0;}
.suspension .a-top .i{background-position:-132px 0;}
.suspension .a-top{background:#D2D3D6;display:none;}
.suspension .a-top:hover{background:#c0c1c3;}
.suspension .d{display:none;width:240px;background:#fff;position:absolute;right:67px;border:1px solid #E0E1E5;border-radius:3px;box-shadow:0px 2px 5px 0px rgba(161, 163, 175, 0.11);}
.suspension .d .arrow{position:absolute;width:8px;height:12px;background:url(../images/side_bg_arrow.png) no-repeat;right:-8px;top:31px;}
.qrcode-img img{width:150px;margin:0 auto;}
.suspension .d-service{top:0;}
.suspension .d-service-phone{top:50px;}
.suspension .d-qrcode{top:78px;}
.suspension .d .inner-box{padding:8px 22px;}
.suspension .d-service-item{padding:4px 0;}
.suspension .d-service .d-service-item{border-bottom:none;}
.suspension .d-service-item .circle{width:44px;height:44px;border-radius:50%;overflow:hidden;background:#F1F1F3;display:block;float:left;}
.suspension .d-service-item .i-qq{width:44px;height:44px;background:url(../images/side_con_icon03.png) no-repeat center 15px;display:block;transition:all .2s;border-radius:50%;overflow:hidden;}
.suspension .d-service-item:hover .i-qq{background-position:center 3px;}
.suspension .d-service-item .i-tel{width:44px;height:44px;background:url(../images/side_con_icon02.png) no-repeat center center;display:block;}
.suspension .d-service-item p{float:left;width:112px;line-height:22px;font-size:15px;margin-left:12px;}
.suspension .d-service .d-service-item p{float:left;width:112px;line-height:44px;font-size:15px;margin-left:12px;}
.suspension .d-service-item .text{float:left;width:112px;line-height:22px;font-size:15px;margin-left:12px;}
.suspension .d-service-item .text .number{font-family:Arial,"Microsoft Yahei","HanHei SC",PingHei,"PingFang SC","Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;}
.suspension .d-service-intro{padding-top:10px;}
.suspension .d-service-intro p{float:left;line-height:27px;font-size:12px;width:50%;white-space:nowrap;color:#888;}
.suspension .d-service-intro i{background:url(../images/side_con_icon01.png) no-repeat center center;height:27px;width:14px;margin-right:5px;vertical-align:top;display:inline-block;}
.suspension .d-qrcode{text-align:center;width:160px;}
.suspension .d-qrcode .inner-box{padding:10px 0;}
.suspension .d-qrcode p{font-size:14px;color:#999;padding-top:5px;}

/*小尺寸屏幕电脑*/
@media (max-width:1199px){	
.container {width: 95%;}
.top h1 {width:30%;}
nav{width:60%;}
nav ul li{padding:0;width:12%;}
nav ul li a {padding:0;width:100%;}
.language{width:6%;}
.silder-ctrl-prev, .silder-ctrl-next{top:-220px;}
.h_medals {width: 90%; margin: -60px auto 0;padding-bottom: 20px;}
.h_medals ul.h_medals_bd li {width: 32%;margin-right: 2%;}
.h_medals ul.h_medals_bd li a .pro_img{height:114px;}
.h_medals ul.h_medals_bd li a span{line-height:114px;}
.h_product .h_product_hd .search {width: 100%;}
.h_product {width: 90%;padding-top: 20px;}
.h_product ul.h_product_bd li {width: 23%;margin-right:2.5%;}
.h_news {width: 90%;}
.h_article {width:90%;}
.h_article ul li{width: 21%;margin-right:5.33333%;}
.h_about {width: 90%;}
.h_link_wrap {width: 90%;}
.foot1 {width: 90%;}
.foot {width: 90%;}
.foot .foot_l {width: 60%;}
.ny_banner .search{width:auto;top:auto;bottom:10%;left:auto;right:5%;margin-left:0;}
#KFRightScreen{display:none !important;}
#KFCenterScreen{display:none !important;}
#KFBoxTitle{display:none !important;}
.custombox{display:none !important;}
.ny_content{width:95%;}
.ny_content .content_right .conn ul.h_product_bd li {width: 30%;margin-right: 5%;}
.content_right .conn .xgcp li{width: 21%;margin-right: 5.33333%;}
.contact .content1 ul li a .wz{width:60%;}
.silder-main{min-height:inherit;}
}

/*平板*/
@media (max-width:991px){
.top h1 {width:88%;}
/*导航菜单样式改变 begin*/
.btn-menu {display:block;padding:0;}
.btn_menu_wrap{width:40px;height:40px;float:right;display: flex;justify-content: center;align-items: center;-webkit-box-pack:center;-webkit-box-align:center;margin-top:30px;}
.fullWidth{margin: 80px auto 0;}
nav{display:none;width:80%;height:100%;position:fixed;top:80px;right:0;z-index:9999999;background:#f5f5f5;border-top:2px solid #dedede;margin-right:0;}
nav ul li a:hover{background:#f5f5f5;color:#888;}
nav ul li{width:100%;float:none;position:relative;}
nav ul li p{height:40px;overflow:hidden;border-bottom:1px solid #e8e8e8;padding:0 20px;}
nav ul li p a{display:block;height:40px;line-height:40px;float:left;width:80%;padding:0;text-align:left;}
nav ul li p span{display:block;float:right;height:40px;line-height:40px;width:20%;text-align:right;cursor:pointer;}
nav ul li div.return{position:static;height:40px;line-height:40px;padding:0 20px;font-size:14px;color:#666;cursor:pointer;}
nav .menu2{display:block;position:absolute;top:0;left:0;background:#f5f5f5;width:100%;display:none;}
nav .menu2 a{font-size:14px;}
nav .menu2 li div.mulu2{position:absolute;top:0;left:0;background:#f5f5f5;width:100%;display:none;z-index:999;}
nav .menu2 li div.mulu2 a{height:40px;line-height:40px;border-bottom:1px solid #e8e8e8;text-align:left;padding:0 20px;}
/*导航菜单样式改变 end*/
	
.h_product ul.h_product_bd li {width: 49%;margin-right:2%;}
.h_product ul.h_product_bd li:nth-child(2n){margin-right: 0px;}
.h_news .news_bd .news_tj {width: 100%;float: none;margin-bottom:20px;}
.h_news .news_bd ul {width: 100%;float: none;}
.h_article ul li{width: 49%;margin-right:2%;}
.h_article ul li:nth-child(2n){margin-right: 0px;}

.content_right .conn .xgcp li a .pro_img{height:170px;}
.suspension .a-service,.suspension .a-qrcode, .suspension .d-service-phone,.suspension .a span{ display:none !important;}
.suspension .a,.suspension .a:hover{border-radius: 50px; background-image: linear-gradient(to top right, red, yellow); opacity: 0.9; margin-bottom: 15px;}
.suspension .a-service-phone .i{background-image: url(../images/suspension-bgxin.png);background-position: 5px -3px;width: 45px;height: 45px;}
.suspension .a-top .i{background-position: -132px -4px;}
.suspension .a-top,.suspension .a-top:hover{background-image: linear-gradient(to top right, #34ad6a, yellow);}
}

@media (max-width:880px){	
.contact .content1 ul li {float: none;width: 100%;margin-right: 0;margin-bottom:20px;}
.contact .content1 ul li a .wz{width:75%;}
.contact .content1 ul li a .wz p {float:left;width:100%;line-height:26px;padding-right:10px;}
.contact .content1 ul li a .wz span {float:left;width:100%;line-height:26px;}
.contact .content1 ul li.lx3 a .wz span {float:left;line-height:30px;}
.lx_dz {margin: 20px auto 20px; }
.lx_dz .dz_map{height:270px;}
.ny_banner .search {width: auto;top: auto;bottom: 30%;left: auto;right: 50%;margin-right:-190px;}
.page_list td span{display:none;}
.page_list td #firstpage{display:none;}
.page_list td #endpage{display:none;}
}

/*手机*/
@media (max-width:767px){
.top{height:80px;}
.top h1 {width: 75%;height:80px;overflow:hidden;line-height:80px;}
.top h1 a img{max-width:100%;max-height:100%;}

.btn_menu_wrap{margin-top:18px;}
nav ul li a:hover {background:#f5f5f5;color:#888;}
.top .language{width:10%;height:80px;display: flex;justify-content: center;align-items: center;-webkit-box-pack:center;-webkit-box-align:center;}
.top a.language_in{height:18px;line-height:18px;text-align:center;padding: 0 10px;font-size:12px;}

.js-silder-ctrl {bottom:10px;}
.silder-ctrl-con{padding:0;margin: 0 2px;}
.silder-ctrl-con>span {padding:1px 0;}
.silder-main {min-height:180px;}

.silder-ctrl-prev>span, .silder-ctrl-next>span{margin-top:80px;height: 50px;width: 24px;line-height: 50px;}
.silder-ctrl-prev>span {left:5px;}
.silder-ctrl-next>span {right:5px;}
.silder-ctrl-prev, .silder-ctrl-next{top:-220px;font-size:24px;}

.h_medals{margin: -10px auto 0;    padding-bottom: 0;}
.h_medals ul.h_medals_bd li a{border: 2px solid #f1f1f1;}
.h_medals ul.h_medals_bd li a .pro_img{height:54px;}
.h_medals ul.h_medals_bd li a span{line-height:54px;}
.h_medals ul.h_medals_bd li a span em{font-size:16px;width: 93%;}

.h_product{padding-top:10px;}
.h_product .h_product_hd{margin-bottom:10px;}
.h_product .h_product_hd .tlt {float:none;width:100%;}
.h_product .h_product_hd .tlt p {font-size: 20px;}
.h_product .h_product_hd .pro_right{float:none;width:100%;}
.h_product .h_product_hd .pro_right .pro_tab_type{width:100%;text-align:left;padding-top: 20px;position:relative;vertical-align:top;}
.h_product .h_product_hd .pro_right .pro_tab_type span{width:15%;margin-right:2%;margin-bottom:15px;}
.h_product .h_product_hd .pro_right .pro_tab_type div{display:none !important;width:18%;margin-bottom:15px;position:absolute;top:-35px;right:0;}
.h_product .h_product_hd .search{width:100%;margin-top:14px;display:block;}
.h_product .h_product_hd .search .tj {width: 20%;}
.h_product .h_product_hd .search .sr {width: 76%;padding:0 1%;}

.h_product ul.h_product_bd li a .pro_img {height: 112px;}
.h_product ul.h_product_bd li a p{font-size: 16px;}
.h_product ul.h_product_bd li a p span {height: 30px;line-height: 30px;}
.h_product ul.h_product_bd li a p em{font-size: 14px;height: 15px;line-height: 15px;}
.h_product ul.h_product_bd li a:hover p {height: 60px;}
.h_news {padding: 20px 0;}
.h_news .news_bd {padding-top: 20px;}
.h_article {padding: 20px 0;}
.h_article ul {padding: 20px 0 10px;}
.h_article ul li {width: 100%;margin-right: 0;}
.h_about_img video, .h_about_img iframe {width: 100%;height: 210px;}
.h_about {padding: 20px 0;}
.h_about_wrap {padding-bottom: 20px;}
.h_news .news_bd .news_tj .news_tj_img a {height: 120px;}
.h_news .news_bd ul li {padding: 15px;margin-bottom: 15px;}
.h_news .news_bd ul li .news_time {left: 15px;top: 15px;}

.h_about .h_about_img{float:none;width:100%;height: 210px;}
.h_about .h_about_bd{float:none;width:100%;padding-top:10px;}

.h_link{padding:10px 50px;}
.h_link{background: #e2e2e2 url(../images/link.png) 20px 10px no-repeat;}

.foot .foot_l {float: none;width: 100%;text-align:center;}
.foot1 .f_l{float:none;width:100%;padding-top:0;}
.foot1 .f_l .f_logo{text-align:center;}
.foot1 .f_l .f_logo img{width:60%;}
.foot1 .f_r{width:100%;}
.foot1 .f_r .f_r1{width:100%;text-align:center;}
.foot1 .f_r .f_r2{width:100%;padding-top:10px;}
.foot1 .f_r .f_r2 span{font-size:12px;text-align:center;}

.pro_mulu_wrap{display:none;}
.ny_content .content_left{float:none;width:100%;}
.ny_content .content_right{float:none;width:100%;}
.ny_banner .search{width:95%;right:auto;margin-right:0;}
.ny_banner .search .sr{width:68%;}
.ny_banner .search .tj{width:20%;}
.ny_content .content_right .bread_nav{overflow:visible;height:auto;line-height:24px;}
.ny_content .content_right .bread_nav h2{float:none;width:100%;}
.ny_content .content_right .bread_nav div{float:none;width:100%;text-align:left;line-height:15px;padding-top:5px;}
.ny_content .content_left .c_tlt{height:38px;line-height:38px;}
.news_txt{padding: 20px 0 20px 23%;}
.news_date{width:20%;padding: 20px 3% 0 0;}
.news_txt span::before{display:none;}
.news_txt span{margin-bottom: 10px;}
.news_txt i{height:50px;overflow:hidden;display:block;}
.news_box{height:auto;overflow: hidden;}
.arrow_left{top:auto;bottom:20px;}
.page_list a{margin-right:5px;}
.ny_content .content_right2{padding-bottom:0;}
.news_box:hover .news_txt {padding:20px 0 20px 23%;}
.news_box:hover .news_date {padding: 20px 3% 0 0;}

.content_right .conn .xgcp li{width:46%;}
.content_right .conn .xgcp li:nth-child(2n){margin-right:0;}
.content_right .conn .xgcp li:nth-child(3){display:none;}
.content_right .conn .xgcp li:nth-child(4){display:none;}
.content_right .conn .xgcp li a .pro_img{height:160px;}
.ly_msg ul li h4{display:none;}
.cpzx .ly_msg ul li div{width:100% !important;}
.cpzx .ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara{width:100% !important;}
.cpzx .ly_msg ul li .msg_ipt12{width:100% !important;}
.ly_msg ul li div.msg_ipt2{width:30% !important;}
.ly_msg ul li span{display:none;}
.ly_msg{margin: 0 auto 0 !important;}
.cpzx .msg_btn input{width:49%;margin-right:0;}
.cpzx .msg_btn input:first-child{margin-right:2%;}

.ny_content .content_right .conn ul.h_product_bd li{width: 49%;margin-right: 2%;}
/*.ny_content .content_right .conn ul.h_product_bd li:last-child{height:0;overflow:hidden;}*/
.ny_content .content_right .conn ul.h_product_bd li:nth-child(2n){margin-right:0 !important ;}
.ny_content .content_right .conn ul.h_product_bd li:nth-child(3n){margin-right: 2%;}
.ny_content .content_right .conn ul.h_product_bd li a .pro_img{height:180px;}

.content_right .conn .proshow1{padding-top:20px;}
.content_right .conn .proshow1 .js-silder{float:none;width: 100%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;padding-top:20px;padding-bottom:20px;}
.content_right .conn .proshow1 .prodesc{float:none;width: 100%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;padding-top:15px;}
.content_right .conn .proshow1 .prodesc p.desc{height:74px;}
.content_right .conn .proshow1 .pro_btn{padding-top:15px;}
.content_right .conn .proshow1 .pro_btn1{height:44px;line-height:44px;}
.content_right .conn .proshow1 .pro_btn2{height:44px;line-height:44px;}
.tags_title{margin: 20px 0 30px;}
.proshow2 .prodetail_con{width:100%;}
.proshow2{padding-top:0;}
.proshow2 .prodetail_con .content{padding:10px 0;}

}
.xypg-detail-tags{margin:20px 0;}
.tags-title,.tags-content{display:inline-block;}
.tags-title h3{font-size:16px!important;font-weight:400;}
.tags-content a{display:inline-block;padding:10px;}

/*tag*/
.tag_main{display: block;overflow: hidden;}
.tag_main h2{display: inline-block;font-size: 18px;font-weight: bold;padding: 10px 0;margin: 0;width: 60px;text-align: center;background-color: #f07d00;color: #fff;margin-bottom: 10px;}
.tag_main ul li{float: left;margin: 0 18px 18px 0;}
.tag_main ul li a{ padding: 0 11px;height: 34px;line-height: 34px;border: 1px solid #cfcfcf;font-size: 14px;display: block;color: #888;
text-align: center;float: left;}
/*tag end*/